① x=document.getElementById("demo") //找到元素 x.style.color="#ff0000"; //改变样式 ② if isNaN(x) {alert("Not Numeric")}; <!DOCTYPE html><html><body> <h1>我的第一段 JavaScript</h1> <p>请输入数字.如果输入值不是数字,浏览器
三种方法给Button添加点击事件 (一)通过button的id,添加继承View.OnClickListener的监听实现 <Button android:id="@+id/btn_button2" android:text="按钮2" android:layout_width="match_parent" android:layout_height="wrap_content" /> public class