定义一个全局变量就可以了啊
var resultVal = "";citylocation = new qqmapsCityService({
complete : function(result){
mapsetCenter(resultdetaillatLng);
resultVal = resultdetaillatLng;//主要把这个值返回出来就可以了~
}
});
citylocationsearchLocalCity();
consolelog(resultVal )
按照你的要求编写的Javascript语言的程序如下
<html><head>
<script type=text/javascript>
var textID;
function input_in(inputID){
textID=inputID;
}
function button_in(){
alert(textID);
var element=documentgetElementById(textID);
elementvalue=textID;
}
</script>
</head>
<body>
<input type="text" name="work_id" id="work_id" value="" onclick="input_in('work_id');">
<input type="text" name="work_psw" id="work_psw" value="" onclick="input_in('work_psw');">
<button onclick="button_in()">7</button>
</body>
</html>
运行结果
返回值就是return后的东西,比如function
a(){return
true;}这样用一个变量接收a返回的值就是true,如果直接调用也可以,返回值可以不处理的,看情况的。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)