$(function() { alert("hello World"); }); alert("hello");
输出:
首先“你好”是警报/它在第2行/然后“你好世界”被警报我想知道javascript中的执行规则是什么
javascript execution
execution ×1
javascript ×1