如何使用 getOptions 检索 Jcrop 中的 truesize 数组值?
Posted
技术标签:
【中文标题】如何使用 getOptions 检索 Jcrop 中的 truesize 数组值?【英文标题】:How do I use getOptions to retrieve the truesize array values in Jcrop? 【发布时间】:2013-11-29 07:47:27 【问题描述】:如何使用 getOptions 在 Jcrop 中检索 truesize 数组值?
我可以使用 setOptions 没问题
api.setOptions(trueSize: [w, h]);
在下面的链接中找到了一些关于它的东西,但仍然不知道如何使用它。 https://github.com/nathanaeljones/Jcrop/commit/714c2d86983f587c1c7e6203a88fb0dc8bf03cd7
【问题讨论】:
【参考方案1】:getOptions() 函数将选项作为对象返回,因此您需要按以下方式访问它
jcrop_api.getOptions().boxWidth
jcrop_api.getOptions().maxSize
【讨论】:
以上是关于如何使用 getOptions 检索 Jcrop 中的 truesize 数组值?的主要内容,如果未能解决你的问题,请参考以下文章