注册 登录
编程论坛 JavaScript论坛

一段加密的 js 的代码,不理解,求大神指点迷津

烟硝 发布于 2014-10-30 18:56, 530 次点击
window.encrypt = function(s) {
        return function() {
                return this;
        } ()['\x65\x6e\x63\x6f\x64\x65\x55\x52\x49\x43\x6f\x6d\x70\x6f\x6e\x65\x6e\x74'](s).replace(/%(..)|([^%])/g,
        function($0, $1, $2) {
                return x($1 || ('0' + $2.charCodeAt(0).toString(16)).slice( - 2));
        });
};
2 回复
#2
烟硝2014-10-30 18:57
Discuz! info: MySQL Query Error

User: 烟硝
Time: 2014-10-30 6:56pm
Script: /viewthread.php

SQL: delete * from [Table]z_defen_log where tid='437900'
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* from [Table]z_defen_log where tid='437900'' at line 1
Errno.: 1064
发帖之后出来这个,什么情况
#3
烟硝2014-10-30 18:57
Discuz! info: MySQL Query Error

User: 烟硝
Time: 2014-10-30 6:56pm
Script: /viewthread.php

SQL: delete * from [Table]z_defen_log where tid='437900'
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* from [Table]z_defen_log where tid='437900'' at line 1
Errno.: 1064
发帖之后出来这个,什么情况
1