关于js c#换行问题
请问一下,在js,c#中,一条语句太长了,怎么换行啊
例如:js中:function check(txtPName,txtPTime,txtPRPeople,txtPPeople,txtPTelphone,txtPOutTime,ddlISCity,txtPZipCode,txtPPhone,txtPAddress,txtPCode,txtPInvestorsO,txtPInvestorsOCode,txtPInvestorsL,ddlPInvestorsNatrue,ddlPIndustryType,txtRangeAndProduct,ddlPIndustryCategory,ddlPProductCategory,txtBCRegistrationNum,txtBCRegistrationTime,txtTaxRegistrationNum,txtTaxRegistrationTime,txtApprovalNum,txtApprovalTime,txtApprovalYear,txtPIfunds,txtPIfundsO,txtPIfundsOld,txtPIfundsNow,txtItsfunds,txtPGetYear,txtPStartTime,ddlDeveloping,txtPProductTime,txtDeclarationNum,txtPeopleNum,txtPIntroduction,ddlPType,ddlPHeadquarters)
c#中:this.Button1.Attributes.Add("OnClick", "return check(txtPName,txtPTime,txtPRPeople,txtPPeople,txtPTelphone,txtPOutTime,ddlISCity,txtPZipCode,txtPPhone,txtPAddress,txtPCode,txtPInvestorsO,txtPInvestorsOCode,txtPInvestorsL,ddlPInvestorsNatrue,ddlPIndustryType,txtRangeAndProduct,ddlPIndustryCategory,ddlPProductCategory,txtBCRegistrationNum,txtBCRegistrationTime,txtTaxRegistrationNum,txtTaxRegistrationTime,txtApprovalNum,txtApprovalTime,txtApprovalYear,txtPIfunds,txtPIfundsO,txtPIfundsOld,txtPIfundsNow,txtItsfunds,txtPGetYear,txtPStartTime,ddlDeveloping,txtPProductTime,txtDeclarationNum,txtPeopleNum,txtPIntroduction,ddlPType,ddlPHeadquarters);");//在页面初次加载时给按钮加上这个事件