AFNetworking 如何POST一个JSON数据到服务器
推荐于2016-03-04
展开全部
可以用js实现:这是以前写的里面的一小部分,,关键是指定html控件的disabled设置成false为不显示,true为显示;
function ChangeMessageOption() {
UserInput1.disabled = true;
UserInput1.style.display = 'none';
UserInput2.style.display = 'inline';
UserInput2.style.visibility = 'visible';
UserInput2.disabled = false;
UserInput2.focus();
CurrentInput = 0;
}
function ChangeMessageOption() {
UserInput1.disabled = true;
UserInput1.style.display = 'none';
UserInput2.style.display = 'inline';
UserInput2.style.visibility = 'visible';
UserInput2.disabled = false;
UserInput2.focus();
CurrentInput = 0;
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询