js字符串编码和unicode编码互转
//字符串编码转为unicode编码 function charToUnicode(str) { let temp; let i = 0; let r = ...
//字符串编码转为unicode编码 function charToUnicode(str) { let temp; let i = 0; let r = ...
在使用subprocess调用Windows命令时,遇到了字符串不显示中文的问题,源码如下:#-*-coding:utf-8-*-__author__ = '$USER' #-*-coding ...