function test() {
console.log("asdf");
// 在线编辑器领域中 JSRUN是目前唯一支持js代码自动提示的, 动手体验一下吧
}
var tool="命令行工具";
console.log("console\.log内容可以显示在"+tool);
// 本编辑器支持 babel、 CoffeeScript 、TypeScript
<div class="container">
<span class="span1">AAAAx</span>
<span class="span2"></span>
</div>
.container {
height: 100px;
width: 400px;
border: 1px solid red;
}
.span1 {
display: inline-block;
background: green;
}
.span2 {
display: inline-block;
height: 50px;
width: 50px;
background: blue;
vertical-align: middle;
}