protected void Get_timitltel(ref string titlecut, ref string titlecount)//涵數
{
titlecut="aaaaaaaaaa";
titlecount="111111";
}
//調用
string timecut_title="",timecount_title="";
Get_timitltel(ref timecut_title,ref timecount_title);
protected void Get_timitltel(ref string titlecut, ref string titlecount)//涵數
{
titlecut="aaaaaaaaaa";
titlecount="111111";
}
//調用
string timecut_title="",timecount_title="";
Get_timitltel(ref timecut_title,ref timecount_title);

被折叠的 条评论
为什么被折叠?