摘要:
进行宝塔面板升级的时候,升级完成后,无法打开网址目录,且界面弹出报错ImportError: dynamic module does not define init function (initPluginLoader),如图示; 求助宝塔后提示该宝塔的Python版本不匹配,需要将宝塔版本进行升级 阅读全文
摘要:
1.Python检验字符串使用方法type(); a = "learnpythonstart!" type('a') = class 'str' 2.Python字符串转换,例如整数型 12转为字符串 2.1 整型转字符串及反转 #整型转字符串a = 12 type(a) = class 'int' 阅读全文