<li>
	<input type="text" name="token" value = "<?php ech$_SESSION['token']; ?>">
	头像:<input type="file"  >
	<img src="<?php echo $result['u_img'] ; ?>"  id = "fileimg" width="100"          height="100" style="border:1px solid #eee">
</li>
<script>
	function _file(){
		$('#file').click();
	}
   $("#fileimg").click(function(){
   	    _file();
   })
</script>

  

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-11-04
相关资源
相似解决方案