當前位置:股票大全官網 - 股票行情 - 用c語言來描繪正弦函數波動軌跡的程序

用c語言來描繪正弦函數波動軌跡的程序

<script>

(function(){

$('input[type="button"]').on('click', function(){

var $this = $(this),

$td_arr = $this.parent().html('complete').prevAll('td');

$.each($td_arr, function(){

var $td = $(this);

$td.html('<input type="text" value="'+$td.html()+'">');

});

});

})();

</script>