在url wordpress中传递变量

时间:2015-10-03 17:45:54

标签: wordpress

我想在url中传递我的帖子的ID,例如:

<div id = "div" style="width:250px;height:250px; background-color:black;"></div>

$(function(){

$("#div").css({"background-color" : "blue"})
         .delay(3000)
         .css({"background-color" : "black"});

}) //end of $(function())

它显示为url:

http://localhost/mysite/page_detail/?post_type=358

但我无法获取ID(ID = 358)

是否有解决方案

0 个答案:

没有答案