恩格拉拉里克 |
|
||
2023年2月23日
摘要:
https://m.pcwanli.com/front/article/21793.html 阅读全文
摘要:
os.getcwd() 方法用于返回当前工作目录 直接使用,无参数 #!/usr/bin/python # -*- coding: UTF-8 -*- import os, sys # 切换到 "/var/www/html" 目录 os.chdir("/var/www/html" ) # 打印当前目 阅读全文
摘要:
参考:https://blog.csdn.net/fancynthia/article/details/126271660 ###一、Python sys 模块 “sys” 是 “system”,是一个系统模块,该模块提供了一些接口,用户访问python解释器自身使用和维护的变量,同时模块中还提供了 阅读全文
|
Copyright © 2025 恩格拉拉里克
Powered by .NET 9.0 on Kubernetes |