function countVisits(){ str_count = localStorage.getItem("count"); //get a numeric value from str_count, put it in count if (str_count == null || str_count ...
確定! 回上一頁