Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以以编程方式创建一个红色的“减号”按钮。说喜欢
UIButton *button = [UIButton buttonWithType:< red minus button >];
我正在使用 CodeIgniter 的锚标记来生成链接
这是我在视图中使用的代码:
<?=anchor('blog/post/'.$row->id,$row->title);?>
上面的代码正在渲染 url
<a h