function readme(){
var con = '<ul class="help-info-text c7">';
con += '<li>合并索引:</li>';
con += '</ul>';
$(".soft-man-con").html(con);
}