url传递参数


1 url:'/randowCode?t='+Math.random();
2 //当给某个赋值可以:
3     $('#change').click(function(){
4         $("#codeimage").attr('src','/randomCode?t='+Math.random())
5     })

 

 1 //跟踪操作流程图的layer打开及参数传递
 2 else if (obj.event === 'show-process') {
 3             parent.layer.open({
 4                 type: 2,
 5                 title: '流程跟踪图',
 6                 shadeClose: true,
 7                 shade: 0.7,
 8                 offset: 'rb',
 9                 maxmin:true,
10                 area: ['50%', '100%'],
11                 content: '/flow/trace/hi.afca?processInstanceId=' + data.processInstanceId + '&ratio=&processDefinitionKey='//iframe的url
12             });
13         }

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM