I find the following code to be much simpler than anything else: function setCookie(name,value,days) { var expires = ""; if (days) { var date = new Date(); ...
確定! 回上一頁