2019年7月14日

摘要: let readline = require("readline-sync"); // 引入输入模块 // 清屏函数 let clear = () => process.stdout.write(process.platform 'win32' ? '\x1Bc' : '\x1B[2J\x1B[3J 阅读全文
posted @ 2019-07-14 22:48 boring333 阅读(2296) 评论(0) 推荐(0)
摘要: 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>视频弹幕</title> <style> #sendText { width: 250px; height: 22px; } /* 弹幕样式 */ sp 阅读全文
posted @ 2019-07-14 22:42 boring333 阅读(932) 评论(0) 推荐(0)

导航