request":"flag"} > secret.json iconv -f ASCII -t UTF-16 secret.json -o secret_utf16.json 之后需要删除前 2 个 byte-order-mark
. // Notes: If writing in Unicode we need to: // a) Write the Byte-order-mark at the beginning
is usually the default) “UTF-16LE”: Little-endian (little byte first) “UTF-16”: with a 2-byte BOM (Byte-Order-Mark
要注意的问题: if CSS files are encoded in UTF-8 with Byte-Order-Mark, they will not work with Respond.js in
要注意的问题: if CSS files are encoded in UTF-8 with Byte-Order-Mark, they will not work with Respond.js in