我有一个node.js脚本,它使用npm命令来读取args。像node a.js -a "hello" -b "100"一样 但是我在发送html数据时遇到了一个问题,比如 node a.js -a "some Html content with doublequotes and single quotes" -b "100" 我能想到的一种选择是像这样发送EOL node a.js -b "100
我试图验证html中2个输入字段中的输入仅仅是chars,如果不是,我想向用户展示一个按摩器,im使用html和js: Player one name: <input type="textbreak; console.log("ok");当im试图输入带有数字的字符串时,它没有打印到控制台,但也没有显示窗口警告,我做错了什么?
谢谢!
<anonymous> (/home/usera/Desktop/test/sample/smallNode.js:3:11) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Mod