代码示例:(标识:js_comparison_20)
<!DOCTYPE html>
<html>
<body>

<h1>JavaScript 比较</h1>

<p id="demo"></p>

<script>
document.getElementById("demo").innerHTML = 2 < "Bill";
</script>

</body>
</html>
运行结果: