上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页

2012年12月6日

android intent 传参应注意的

摘要: 例如如下代码: 1 button = (Button) this.findViewById(R.id.search_button); 2 textView = (TextView) this.findViewById(R.id.text_search); 3 button.setOnClickListener(new OnClickListener() { 4 5 @Override 6 public void onClick(View v) { 7 Int... 阅读全文

posted @ 2012-12-06 14:44 双耳 阅读(304) 评论(0) 推荐(0) 编辑

2012年11月28日

jquery table 同一行input赋值

摘要: tr名字 操作 给td1中的文本框赋值 给td2中的文本框赋值 function setValue(obj,str){ $(obj).parent().parent().find('[name="text"]').val(str);} 阅读全文

posted @ 2012-11-28 16:41 双耳 阅读(551) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页

导航