英雄回家 | 致敬英烈!他们的牺牲我们从未忘记
1号首屏|时间:2023-11-25 16:23 来源:人民日报微博 评论:0 点击:98
临刑时第一个走上绞架的李大钊,高呼革命者决不跪下的陈延年,面对酷刑宁死不屈的赵一曼,决心“不立功不下战场”的黄继光……他们的故事,山河铭记。英烈不朽,家国永怀;致敬英雄,接续奋斗!






$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "87844", "client": "c0ainb2tq2qp5aqczosv2rfh", "timespan": "638918446874822534", "signature": "54d7dfa4da59f9e6a80995a509ef566f" }, 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();
});