dom 構造体または jQuery -detach 後の特定の値が必要です。 コードをコピーします コードは次のとおりです。 input type= "text" value="test" name="showtime" id="showtime" /> ;/body> ; <br>var obj = ''; <br>setTimeout(function(){ <br>obj=jQuery("#showtime") detach() ; // jquery で変換する必要があります <br>},1000) ; <br><br>function showDetach(){ <br>alert(jQuery(obj).val()) ; 🎜>