score = prompt("拿小抄抄了多少分","50")
2015-03-12
var mymessage= confirm("用的是美顏相機吧?") ;
2015-03-12
//定義"取消設置"的函數
function resetStyle()
{
if(confirm("是否取消設置?"))
{
var h=document.getElementById("txt");
h.removeAttribute('style');
}
}
function resetStyle()
{
if(confirm("是否取消設置?"))
{
var h=document.getElementById("txt");
h.removeAttribute('style');
}
}