摘要: var string_array=['文本_1','文本_2'];var act =string_array[Math.floor(Math.random()*string_array.length)];$('显示元素').html(act); 阅读全文