INPUT

INPUT(type='',name='',value='',style='',disabled='',readonly='',maxlength='',onChange='',onClick='',checked='',sclass='',src='',
size='',onDblClick='',onblur='',onKeyDown='',onFocus='',title='',onKeyUp='',onKeyPress=''):

功能:创建一个Input标签

参数说明:请参照Input 标签的样式

返回:
     返回Input标签

示例:

print INPUT(type='button',value='bt')
#打印结果 <INPUT type="button" value="bt">


 

你可能感兴趣的:(input)