许惠
许惠
  • 发布:2015-11-13 13:38
  • 更新:2015-11-13 13:38
  • 阅读:1078

问题标题...

分类:HBuilder

是这样的,在做扫描的功能,用的官方的demo,可是最重要的是怎么才能连接到本地服务器然后把扫描到的结果和数据库比对呢?看见有人说有ajax,可是还是不知道该怎么去写。好困惑啊,求大神回答一下,详细一点谢谢大家。
function update( t, r, f ) {
outSet( "扫描成功:");
outLine( t );
outLine( r );
outLine( "\n图片地址:"+f );
if ( !f || f=="null" ) {
img.src = "../img/barcode.png";
} else {
plus.io.resolveLocalFileSystemURL(f,function(entry){
img.src=entry.toLocalURL();
});
//img.src = "http://localhost:13131/"+f;
}
$.ajax({
type:"post",
url:"http://"; 这边应该填http://服务器ip/?/?
async:false, //同步
data:result:"r"
});
}

2015-11-13 13:38 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复