escaped_data = '\\x50\\x51' print escaped_data # gives '\x50\x51' 什么样的python函数会取消它的scape以便我得到 raw_data = unescape( escaped_data) print ...
確定! 回上一頁