自己意淫一下有什么用吧
1 | <input style="width:20px;" type="checkbox" name="Auto_Save_Image" value="1" id="checkbox" <?php echo $_COOKIE["wordpress_Auto_Save_Image"];?> /> |
修改为
1 | <input style="width:20px;" type="checkbox" name="Auto_Save_Image" value="1" checked="true" id="checkbox" <?php echo $_COOKIE["wordpress_Auto_Save_Image"];?> /> |
1 | <input style="width:20px;" type="checkbox" name="Auto_Remove_Link" value="1" id="checkbox" <?php echo $_COOKIE["wordpress_Auto_Remove_Link"];?> /> |
修改为
1 | <blockquote><input style="width:20px;" type="checkbox" name="Auto_Remove_Link" value="1" checked="true" id="checkbox" <?php echo $_COOKIE["wordpress_Auto_Remove_Link"];?> /> |
原文链接:https://xiaohost.com/10677.html,转载请注明出处。
评论0