$("#box-phone").blur(function(){
var phoneNum =document.getElementById("box-phone")
var phoneStr=phoneNum.value;
if($(this).val()==""){
$(this).val("手機(jī)號(hào)/郵箱/用戶名")
}else if($(this).val()==str){
$(this).val(str)
}
})
離開(kāi)焦點(diǎn) 還保留 input里面的value 值: