UNPKG

easysetcookie

Version:

做一个方便查看和设置cookie的项目

47 lines 1.27 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>EasySetCookie</title> <meta name='viewport' content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no'/> <meta name="description" content=""> <meta name="keywords" content=""> <link href="" rel="stylesheet"> <style> * { margin: 0; padding: 0; } body { padding: 10px; width: 200px; height: 100px; } h2 { width: 129px; margin: 10px auto; } span { display: inline-block; margin: 5px 0; font-size: 14px; line-height: 1.5; } button { display: block; margin: 10px auto; width: 100px; border-radius: 4px; background: #fff; } </style> </head> <body> <h2>EasySetCookie</h2> <span>请输入你的Cookie</span> <textarea name="" id="cookie" cols="30" rows="10"></textarea> <Button type="button" id="confirm">SetCookie</Button> <Button type="button" id="reset">重置</Button> <script type="text/javascript" src="runtime~EFEProj.bundle.js"></script><script type="text/javascript" src="EFEProj.bundle.js"></script></body> </html>