Home  >  Article  >  Backend Development  >  PHP可否根据JS的判断而赋值变量,详情如下

PHP可否根据JS的判断而赋值变量,详情如下

WBOY
WBOYOriginal
2016-06-13 12:34:05999browse

PHP能否根据JS的判断而赋值变量,详情如下
var num = document.body.clientWidth;//JS获取屏幕宽度

if(num = 1){

    ?

}else{

    ?

}

pS:根据JS获取屏幕的不同宽度给php变量赋值

PHP?JS
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn