Logo white

BJ_web_developers / threewf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • threewf
  • more
  • self
  • fapiao
  • Billinghistory
  • js
  • gettitile.js
  • init
    f8ae5678
    Andy authored
    2019-03-27 19:08:55 +0800  
    Browse Code ยป
gettitile.js 161 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
(function(){
	var title = $('head title').text();
	if(title&&title!=''){
		js2java(title);
	}
	function js2java(str) {
	 JSInterface.javaFunction(str);
	}
})();