铭记历史 崇尚英雄 牢记习近平这些嘱托
学习奋斗|时间:2023-09-18 12:43 来源:人民网 评论:0 点击:146
英雄是国家历史的重要体现,是民族精神的重要来源。鉴往知来,习近平总书记一直高度重视弘扬英雄精神,倡导崇尚英雄、捍卫英雄、学习英雄、关爱英雄。在“九一八”事变爆发92周年之际,重温总书记重要论述,从历史中汲取前行力量。





$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "86201", "client": "cvmlcigbrouus2ywwshquycw", "timespan": "638918737438401688", "signature": "c0a114807ae0a77ec7e616ba75595091" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});