嘿大家我在使用漂亮的网址时遇到了麻烦,因为我在每个页面中发送了一个ID,但我希望它是标题而不是ID以使其看起来很好,我读到for(int i=0;i<10;i++) {
ContentValues values=new ContentValues();
values.put(StudentContract.Student.name,names[i]);
values.put(StudentContract.Student.grade,grades[i]);
valuesVector.add(values);
}
可以使用,但实际上我没有得到它很好,因为它使用elequent模型,我使用数据库模型,这就是我的链接的样子,例如:
SLUG
我在请求中收到了这样的ID:
href="{{action('hireController@getIndex','id='.$h->id)}}"
那么如何使用它来改变我需要的标题的身份证?