01 2023 档案
摘要:如题,上网找了一圈发现都是用JavaScript实现的,只好自己将JavaScript实现的代码转为Java代码实现: // String -> 零宽字符 public static String strToZeroWidth(String str){ String collect = Arrays
阅读全文
摘要:node.js: 用process.env.xxx,xxx为环境变量名,例如新建了名为hjbl的环境变量,则可以用process.env.hjbl直接访问,例如:console.log(process.env.hjbl);。 python: import os print(os.getenv("xx
阅读全文

浙公网安备 33010602011771号