1、alert(“要输出的内容”);
->在浏览器中弹出一个对话框,然后把要输出的内容展示出来
->alert都是把要输出的内容首先转换为字符串然后在输出的
2、document.write(“要输出的内容”);
->直...
苏 demo
8年前 (2016-08-08)
1680℃
0评论
0喜欢
1.Clockwork
首先Chrome 插件 Clockwork
安装 Composer Package, composer.json 中添加 “itsgoingd/clockwork”: “1.*”,composer update
app/config/app.php 配...
苏 demo
9年前 (2016-01-26)
2716℃
0评论
0喜欢