我想使Camera的角变圆。我最好的方法是制作另一个视图,并为其提供边界半径,但相机的尖角仍然伸出盒子。 我的代码段
mongoose.connect('mongodb://<dbuser>:<dbpassword>@ds119476.mlab.com:19476/hidonshabat',
{useNewUrlParser: true },function(err)=>{
{
if(err) {
console.log('Some problem with the connection ' +err);
} else {
console.log('The Mongoose connection is ready');
}
})
尝试了许多变通方法仍无法实现