/*
* In every time before the callback function to obtain the
* return value combined with the current lines of code
*
* Used to JSON format {} string is converted to Object
* Object {}
*/
if (data !== "" && typeof data !== "object") {
data = eval("(" + data + ")");
}