软件大小: | 807 K | ||
上传用户: | llll45356874 | ||
关键词: | javascript 扩展 | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
function test_simple() { if(true) { foo(); bar->(); baz(); } bee(); } function test_else() { if(true) { foo(); bar->(); baz(); } else { baz(); bar->(); foo(); } bee(); } function test_mismatch() { if(true) { foo(); baz(); } else { foo(); bar->(); baz(); } bee(); } function test_condition() { if(foo->()) { bar(); baz->(); bee(); } blah(); }
相关资源 |
|