3. 实现在标题栏和状态栏上动态显示当前时间的效果。
function showTime(){ now=new Date();
display=now.toLocaleString(); document.title=display; status=display;
setTimeout(\}
4. 交换图像。
6. 要求能够弹出对话框提示当前选中的是第几个单选框。
3. 实现在标题栏和状态栏上动态显示当前时间的效果。
function showTime(){ now=new Date();
display=now.toLocaleString(); document.title=display; status=display;
setTimeout(\}
4. 交换图像。
6. 要求能够弹出对话框提示当前选中的是第几个单选框。