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