摘要: var a = '综合型律师事务所'; if (a == '综合型律师事务所') { initradio('ls_classes', '综合型律师事务所'); } else { initradio('ls_classes', '专业型律师事务所'); } function initradio(rName, rValue) { var rObj = document.getEle... 阅读全文
posted @ 2015-11-07 19:40 桃太郎dè桃子 阅读(568) 评论(0) 推荐(0)
摘要: 这只是一篇测试文章 阅读全文
posted @ 2015-11-05 16:52 桃太郎dè桃子 阅读(92) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using Kong.SyntaxHighlighter.Winform; using Microsoft.Office.Tools.Ribbon; namespace... 阅读全文
posted @ 2015-11-05 10:22 桃太郎dè桃子 阅读(186) 评论(0) 推荐(0)
摘要: class test{ public static void main(String args[]){ System.out.println("hello word "); } } 阅读全文
posted @ 2015-03-10 09:00 桃太郎dè桃子 阅读(73) 评论(0) 推荐(0)