jQuery商城购物步骤流程代码是一款支持自定义当前步骤样式代码。 $(function () { initStep(); }); function initStep() { $(".steps").step({ stepNames: ['购买', '付款', '发货', '收货', '评价', '完成'], initStep: 3 }) } function previousStep() { $(".steps").step("previous"); } function nextStep() { $(".st