Java獲取當前專案的路徑

2021-09-13 03:31:11 字數 434 閱讀 7334

專案中可能需要讀取專案路徑下的模板等,我們可能需要知道模板的絕對路徑。可以通過如下兩種方法獲取:

public void testgetpath() throws ioexception
比如我的專案templates下有兩個模板,如下圖:

twapi_with_birthday_gender.ftl的絕對路徑為:

string abspath =

system.getproperty("user.dir")

+ "/src/main/resources/templates/

twapi_with_birthday_gender.ftl";

js獲取當前專案的根目錄

常用的路徑獲取方式如下 window.location.pathname 設定或獲取物件指定的 檔名 或路徑。window.location.href 設定或獲取整個 url 為字串。window.location.port 設定或獲取與 url 關聯的埠號碼。window.location.pro...

Python 獲取當前專案根路徑 目錄

usr bin env python coding utf 8 time 2020 9 23 18 16 author 維斯 file jar project util.py version 1.0 function import osclass jarprojectutil staticmetho...

當前專案的品牌列表的查詢

service public inte ce brandserviceserviceimp service public class brandserviceimpl implements brandservice brandcontroller restcontroller public clas...