题解 | #对象字符串#
对象字符串
http://www.nowcoder.com/practice/043e1f468c104807878a1514806ea591
{"css":"","js":"function _stringtoobject(string) {\n // 补全代码\n return {'string': string} // 拼装成对象\n \n // return Object(typeof(string)) // Object转换\n}","html":"","libs":[]}