抄一份上海地铁的票价查询

起始站:
路线
请选择

终点站:
路线
请选择

票价:0元

/***** price Plugin *****/
$.fn.price = function(options){
var opts = $.extend({}, $.fn.price.defaults, options);
return this.each(function() {
var th = $(this);
var lx = th.find(opts.lx),zd = th.find(opts.zd);
var data = {“[……]

Read more