HTML iframe src Attribute
<input type="button" id="changeframe" value="Change"> <iframe id="declinedframe" class="embed-responsive-item" src="http://baidu.com" height="585" width="100%"></iframe>
Script:
$('#changeframe').click(function () { $('#declinedframe').attr('src', 'http://taobao.com'); });
本文来自博客园,转载请注明原文链接:https://www.cnblogs.com/keeplearningandsharing/p/15043024.html
浙公网安备 33010602011771号