我需要通過單擊文本「上傳個人資料照片」來獲取隱藏的輸入值。我對這些事情很陌生。如何從前面的div中獲取隱藏的輸入值
<div>
<input type="hidden" value='<?php echo $list['profilePitcureID'];?>'
name="profilePitcureID" id="profilePitcureID<?php echo $j; ?>"
class="profilePitcureID" /></div>
<div id="meTwo" class="styleall" style=" cursor:pointer;font-family:Verdana,
Geneva, sans-serif; font-size:9px;">Click Here To Upload Profile Photo</div>
你將需要包括多一點解釋,你有什麼...... – ManseUK