『壹』 有沒大神指點php在手機上怎麼調用攝像頭掃描二維碼
PHP無法調用手機的攝像頭,因為沒許可權。
而且PHP、NET、JSP這些對於手機來說都不過是HTML網頁而已
就算你有能力在手機上配置PHP的環境,也是無法調用攝像頭的。
但你不要灰色,我只是糾正一下你問問題的方式。
其實HTML5是可以調用手機的攝孫碼盯像頭的,下面直接上代碼
<inputtype="file"accept="image/*"capture="camera">
<inputtype="file"accept="video/*"capture="camcorder">
<inputtype="file"accept="audio/*"capture="microphone">
看清楚了,第一行是調用攝像頭,第二行估計也是,第三行是調用音樂播放器。如果非要和模首PHP扯上點關系那就這樣寫
<?phpecho'<inputtype="file"accept="image/*"capture="camera">則和
<inputtype="file"accept="video/*"capture="camcorder">
<inputtype="file"accept="audio/*"capture="microphone">';?>