You can use the browser localStorage for this. Just like: First check on page load var isfirst= localStorage.getItem('status'); if(isfirst==null) ...
確定! 回上一頁