- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
foreachで、配列を展開する
foreach ($array as $key => $val) {
echo $key ;
echo $val;
}
graffiti on the web
この投稿へのコメント
コメントはまだありません。