摘要:
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string str; while(n--) { cin>>str; string two; int len=str.length(); for(int 阅读全文
摘要:
<?php require_once '../include.php'; checkLogined(); $rows=getAllCate(); //echo $rows; if(!$rows){ alertMes("没有相应分类,请先添加分类!!", "addCate.php"); } ?> <! 阅读全文