DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> js 獲取當前web應用的上下文路徑實現方法
js 獲取當前web應用的上下文路徑實現方法
編輯:關於JavaScript     

js 獲取當前web應用的上下文路徑實現方法

//js webcontext
var webroot=document.location.href;
  webroot=webroot.substring(webroot.indexOf('//')+2,webroot.length);
 webroot=webroot.substring(webroot.indexOf('/')+1,webroot.length);
  webroot=webroot.substring(0,webroot.indexOf('/'));
  rootpath="/"+webroot; 

以上這篇js 獲取當前web應用的上下文路徑實現方法就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持。

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved