Logo white

BJ_web_developers / h5App

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • h5App
  • more
  • self
  • fapiao
  • Billinghistory
  • js
  • gettitile.js
  • 创建h5 app项目
    313ce84a
    songchongxian authored
    2018-12-05 17:02:18 +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);
	}
})();