首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
在线笔面试、雇主品牌宣传
登录
/
注册
山川尔尔
获赞
4
粉丝
1
关注
7
看过 TA
27
湖南工业大学
2025
前端工程师
IP属地:北京
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑山川尔尔吗?
发布(23)
评论
刷题
山川尔尔
关注TA,不错过内容更新
关注
2023-11-07 14:51
湖南工业大学 前端工程师
题解 | #CSS选择器——伪类选择器#
{"html":"<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset=\"UTF-8\">\n <style>\n /* 填写样式 */\n li:nth-child(even){\n background-color:rgb(255, 0, 0)\n }\n </style>\n</head>\n\n<body>\n <ul&...
0
点赞
评论
收藏
分享
2023-11-06 21:01
湖南工业大学 前端工程师
题解 | #整数的个位#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while(line = await readline()){ let tokens = line.sp...
0
点赞
评论
收藏
分享
2023-11-06 20:57
已编辑
湖南工业大学 前端工程师
题解 | #计算带余除法#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while(line = await readline()){ let tokens = line.sp...
0
点赞
评论
收藏
分享
2023-11-06 12:56
湖南工业大学 前端工程师
题解 | #浮点数的个位数字#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while(line = await readline()){ // let num = parseFl...
0
点赞
评论
收藏
分享
2023-11-05 22:56
已编辑
湖南工业大学 前端工程师
题解 | #牛牛的字符菱形#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while (line = await readline()) { let char = line.trim(); //...
0
点赞
评论
收藏
分享
2023-11-04 12:07
湖南工业大学 前端工程师
题解 | #牛牛的字符矩形#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while(line = await readline()){ for(var i = 0 ;i <3 ;...
0
点赞
评论
收藏
分享
2023-11-04 11:49
湖南工业大学 前端工程师
题解 | #牛牛的第二个整数#
const rl = require("readline").createInterface({ input: process.stdin }); var iter = rl[Symbol.asyncIterator](); const readline = async () => (await iter.next()).value; void async function () { // Write your code here while(line = await readline()){ // var line = line.s...
0
点赞
评论
收藏
分享
2023-11-02 16:31
湖南工业大学 前端工程师
题解 | #牛牛学说话之-字符#
const rl = require("readline").createInterface({ input: process.stdin }); //使用readline模块创建了一个接口rl,用于从标准输入读取数据。再使用rl对象的Symbol.asyncIterator方法创建了一个迭代器iter var iter = rl[Symbol.asyncIterator](); //定义一个异步函数readline,用于读取一行输入,使用await关键字等待从迭代器中获取下一个输入行,并返回其值。 const readline = async () => (awai...
0
点赞
评论
收藏
分享
1
2
关注他的用户也关注了:
牛客网
牛客企业服务