Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cookie 可以记住 javascript 功能吗?
您不能将函数存储在 cookie 中,因为函数不能序列化为字符串。但是,这个函数看起来不像序列化它会有任何帮助。为什么你需要这样做?如果您尝试存储身份验证状态,那么您应该这样做而不是尝试存储功能。