要獲取應用程序目錄的URL,可以使用下面的代碼來獲取:
```python
import os
app_dir = os.path.dirname(os.path.abspath(__file__))
app_url = 'file://' + app_dir
print(app_url)
```
這段代碼會打印出應用程序的目錄URL,可以根據需要進行進一步處理或使用。
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529